Microsoft DirectX 8.1 (C++)

IProgramsEvents::ItemChanged

This topic applies to Windows XP Home Edition and Windows XP Professional only.

The Guide Store calls the ItemChanged callback method when the metaproperties of an object have been changed in the Programs collection obtained from IGuideStore::get_Programs.

Syntax

HRESULT ItemChanged(
  IProgram*  pprog
);

Parameters

pprog

[in]  Specifies the IProgram interface of the object that was changed.

Return Values

Return values are implemented by the application. If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Remarks

The dispatch identifier (dispid) of this method is didItemChanged.

See Also